home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000033_news@columbia.edu _Fri May 3 23:05:38 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id XAA27336 for <kermit.misc@watsun>; Fri, 3 May 1996 23:05:37 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id XAA02625 for kermit.misc@watsun; Fri, 3 May 1996 23:05:35 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!news.cps.udayton.edu!news.engr.udayton.edu!blackbird.afit.af.mil!zombie.ncsc.mil!news.mathworks.com!newsfeed.internetmci.com!newsxfer2.itd.umich.edu!agate!dog.ee.lbl.gov!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Calling DOS programs from Host.
  8. Message-ID: <1996May3.085718.79526@cc.usu.edu>
  9. Date: 3 May 96 08:57:18 MDT
  10. References: <4m87bc$m9s@news-s01.ny.us.ibm.net>
  11. Organization: Utah State University
  12. Lines: 21
  13.  
  14. In article <4m87bc$m9s@news-s01.ny.us.ibm.net>, peteg@ibm.net writes:
  15. > We run an application under OpenVMS on an Alpha system.  The terminals for 
  16. > this are DOS machines running MSKermit 3.01.  For one of our projects we need 
  17. > to run a DOS Application in the middle of the session.  
  18. > Is there a way for the VMS application to tell the Kermit terminal to stop doing 
  19. > terminal emulation now, run prog.exe under DOS passing it the parameters
  20. > X and Y, and when prog.exe is done return result Z to the VMS application?
  21. > Thank you.
  22. ---------
  23.     Yes, there is, but you will need to do two simple things first.
  24. These are a) obtain the current release v3.14 from kermit.columbia.edu
  25. as binary file msvibm.zip from directory kermit/msdos, and b) please
  26. read the enclosed docs on the APC command.
  27.     There is one small hiccup: DOS result passing. The only results
  28. movable will be in files. Kermit isn't a RPC mechanism. So redirect
  29. the output of the program to one or more files and figure out how the
  30. VAX end wants to receive the information (raw binary from TRANSMIT command
  31. or the far better Kermit file transfer).
  32.         Joe D.